home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / ee452.zip / RELEASE.452 < prev    next >
Text File  |  1991-08-13  |  2KB  |  63 lines

  1. V4.50 - 21/7/91
  2. -----
  3.  
  4. Fixed a bug where, when checking for a mouse driver when swapping, a DEC
  5. mouse driver caused a fail not a success.
  6.  
  7. The spell checker now checks for double words.
  8.  
  9. The spell  checker now checks for  words with apostrophies in  (eg you'll).
  10. The master dictionary has some of these words in. [Total 80289 words!]
  11.  
  12. The spell check initialisation sequence is now about 3 seconds faster
  13. (guess what I found in my code !!!)
  14.  
  15. Fixed bug  where NONAME would  always be ON  if specified- its  now BLNAME.
  16. Watch it!
  17.  
  18. Whe escaping from the Compile option from the menu, the previous menu is
  19. displayed, rather than going back to editing.
  20.  
  21. Added new configuration option REFORMLEFT. If set ON, all reformatting will
  22. move the text back to the left margin, no matter where the current line
  23. starts.
  24.  
  25. Added new command to toggle line drawing between single and double lines.
  26. Also added a new command DOUBLELINE which specifies how you start off. This
  27. also works for box drawing.
  28.  
  29. Added new command to delete word to left of cursor. Be aware that if the
  30. cursor is in the middle of a word, then that word will be deleted.
  31.  
  32. Added new option KEYFILE to load a user keyboard map file at run-time with
  33. extension  .KEY. This  comes from  KBD_INST (See  below) and  is looked for
  34. first in the  EELPATH directory (the local one)  then the EEPATH directory.
  35. It also looks for a matching help file (extension .HLP).
  36.  
  37. KBD_INST has been modified to accept a filename as a parameter. If there,
  38. it writes the keyfile and help file to that name (adding .KEY and .HLP).
  39.  
  40. Reorganised the overlay files and init files to get more memory back. Got
  41. back about 1500 bytes from the 4.50 and its now only 113 bytes less than
  42. v 4.45 (but see below).
  43.  
  44. Added compiler BCC to list of supported ones.
  45.  
  46. Added a new command to do some common DOS file commands. So far, COPY and
  47. DELETE are in there with search and check facilities. Its in the <F10>UF
  48. menu options. (MENU - Utilities - File...)
  49.  
  50. Moved another .TPU  file into overlay to save 10Kb  of memory. If the system
  51. seems slow, please let me know. I think it should be OK.
  52.  
  53. V4.51
  54. -----
  55.  
  56. Fixed a bug with the spell check algorithm.
  57.  
  58. V4.52
  59. -----
  60.  
  61. Fixed a bug in block delete routine for column deletes where column was
  62. past the last character in the line
  63.